home *** CD-ROM | disk | FTP | other *** search
- global gNext
-
- on mouseDown
- puppetSound("More Buttons")
- puppetSprite(3, 1)
- puppetSprite(11, 1)
- set the castNum of sprite 3 to the number of cast "MOREBON.GIF"
- set the castNum of sprite 11 to 27
- updateStage()
- startTimer()
- repeat while the timer < 15
- nothing()
- end repeat
- set the castNum of sprite 3 to the number of cast "MOREBOFF.GIF"
- set the castNum of sprite 11 to 28
- updateStage()
- startTimer()
- repeat while the timer < 15
- nothing()
- end repeat
- set the castNum of sprite 3 to the number of cast "MOREBON.GIF"
- set the castNum of sprite 11 to 27
- updateStage()
- startTimer()
- repeat while the timer < 15
- nothing()
- end repeat
- set the castNum of sprite 3 to the number of cast "MOREBOFF.GIF"
- set the castNum of sprite 11 to 28
- updateStage()
- puppetSprite(3, 0)
- puppetSprite(11, 0)
- repeat while the timer < 45
- nothing()
- end repeat
- set gNext to "story"
- go("more final")
- end
-